'Declaration
Public Function DrawBarcodeAztec_4( _ ByVal Data As String, _ ByVal Version As BarcodeAztecCodeVersion, _ ByVal EccPercent As Integer, _ ByVal QuietZone As Integer, _ ByVal ModuleSize As Integer, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal FillColorC As Byte, _ ByVal FillColorM As Byte, _ ByVal FillColorY As Byte, _ ByVal FillColorK As Byte, _ ByVal BackColorC As Byte, _ ByVal BackColorM As Byte, _ ByVal BackColorY As Byte, _ ByVal BackColorK As Byte _ ) As GdPictureStatus
public GdPictureStatus DrawBarcodeAztec_4( string Data, BarcodeAztecCodeVersion Version, int EccPercent, int QuietZone, int ModuleSize, float DstX, float DstY, byte FillColorC, byte FillColorM, byte FillColorY, byte FillColorK, byte BackColorC, byte BackColorM, byte BackColorY, byte BackColorK )
public function DrawBarcodeAztec_4( Data: String; Version: BarcodeAztecCodeVersion; EccPercent: Integer; QuietZone: Integer; ModuleSize: Integer; DstX: Single; DstY: Single; FillColorC: Byte; FillColorM: Byte; FillColorY: Byte; FillColorK: Byte; BackColorC: Byte; BackColorM: Byte; BackColorY: Byte; BackColorK: Byte ): GdPictureStatus;
public function DrawBarcodeAztec_4( Data : String, Version : BarcodeAztecCodeVersion, EccPercent : int, QuietZone : int, ModuleSize : int, DstX : float, DstY : float, FillColorC : byte, FillColorM : byte, FillColorY : byte, FillColorK : byte, BackColorC : byte, BackColorM : byte, BackColorY : byte, BackColorK : byte ) : GdPictureStatus;
public: GdPictureStatus DrawBarcodeAztec_4( string* Data, BarcodeAztecCodeVersion Version, int EccPercent, int QuietZone, int ModuleSize, float DstX, float DstY, byte FillColorC, byte FillColorM, byte FillColorY, byte FillColorK, byte BackColorC, byte BackColorM, byte BackColorY, byte BackColorK )
public: GdPictureStatus DrawBarcodeAztec_4( String^ Data, BarcodeAztecCodeVersion Version, int EccPercent, int QuietZone, int ModuleSize, float DstX, float DstY, byte FillColorC, byte FillColorM, byte FillColorY, byte FillColorK, byte BackColorC, byte BackColorM, byte BackColorY, byte BackColorK )
Parameters
- Data
- Version
- EccPercent
- QuietZone
- ModuleSize
- DstX
- DstY
- FillColorC
- FillColorM
- FillColorY
- FillColorK
- BackColorC
- BackColorM
- BackColorY
- BackColorK